home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / paldlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  1.8 KB  |  60 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. #if !defined(AFX_PALDLG_H__180C1E4C_6BF0_4D0B_AE71_CBE90BA8D14F__INCLUDED_)
  12. #define AFX_PALDLG_H__180C1E4C_6BF0_4D0B_AE71_CBE90BA8D14F__INCLUDED_
  13.  
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. // PalDlg.h : header file
  18. //
  19. #include "resource.h"
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CPalDlg dialog
  23.  
  24. class CPalDlg : public CDialog
  25. {
  26.     DECLARE_DYNAMIC(CPalDlg)
  27.  
  28. // Construction
  29. public:
  30.     CPalDlg(CWnd* pParent = NULL);   // standard constructor
  31.  
  32. // Dialog Data
  33.     //{{AFX_DATA(CPalDlg)
  34.     enum { IDD = IDD_PALDLG };
  35.         // NOTE: the ClassWizard will add data members here
  36.     //}}AFX_DATA
  37.  
  38.  
  39. // Overrides
  40.     // ClassWizard generated virtual function overrides
  41.     //{{AFX_VIRTUAL(CPalDlg)
  42.     protected:
  43.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  44.     //}}AFX_VIRTUAL
  45.  
  46. // Implementation
  47. protected:
  48.  
  49.     // Generated message map functions
  50.     //{{AFX_MSG(CPalDlg)
  51.     afx_msg void OnTest();
  52.     //}}AFX_MSG
  53.     DECLARE_MESSAGE_MAP()
  54. };
  55.  
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_PALDLG_H__180C1E4C_6BF0_4D0B_AE71_CBE90BA8D14F__INCLUDED_)
  60.